Get Leader Future Profit Total
Type: GET
Description: /future/copytrade/user/v1/copy-trade/my-profit-history
Parameters
Name | Type | Mandatory | Default | Description | Ranges |
---|---|---|---|---|---|
direction | string | No | - | direction | NEXT, PREV |
limit | number | No | - | page size | 10 |
id | number | No | - | id | - |
Limit Flow Rules
2/s/apikey
Response Example
{
"returnCode": 0,
"msgInfo": "success",
"error": null,
"result": {
"hasPrev": false,
"hasNext": false,
"items": [
{
"avatar": "string", // avatar
"name": "string", // leader name
"profit": 5, // amount
"profitTime": "time", // time
"coin": 0, // currency
"id": // id
}
]
}
}